From aa62affea8b8eed4bc260f0f9dc8979a2169ff04 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 16:15:25 +0000 Subject: [PATCH] Call evince with the --preview option. (#350139, Carlos Garcia Campos) 2006-08-15 Matthias Clasen * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): Call evince with the --preview option. (#350139, Carlos Garcia Campos) --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index e3cc556b08..2f28fd9e2b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=theme-bits if OS_UNIX SUBDIRS += xdgmime -GTK_PRINT_PREVIEW_COMMAND="evince %f" +GTK_PRINT_PREVIEW_COMMAND="evince --preview %f" endif DIST_SUBDIRS=theme-bits xdgmime -- 2.30.2